home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #16 / 2001 CD 16 (Black).iso / Tools / Uninstall Manager / UM321.EXE / UNINSMAN.EN_ / 0 / RCDATA / TOCHECKWIZ / TOCHECKWIZ.txt < prev   
Encoding:
Text File  |  2000-12-11  |  3.5 KB  |  167 lines

  1. object ocheckwiz: Tocheckwiz
  2.   Left = 188
  3.   Top = 181
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Overwrite Checking'
  7.   ClientHeight = 279
  8.   ClientWidth = 458
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 7
  22.     Top = 236
  23.     Width = 442
  24.     Height = 2
  25.     Shape = bsTopLine
  26.   end
  27.   object Bevel2: TBevel
  28.     Left = 8
  29.     Top = 8
  30.     Width = 113
  31.     Height = 217
  32.   end
  33.   object Image1: TImage
  34.     Left = 9
  35.     Top = 9
  36.     Width = 110
  37.     Height = 214
  38.     Picture.Data = {<image000.bmp>}
  39.   end
  40.   object Label2: TLabel
  41.     Left = 205
  42.     Top = 186
  43.     Width = 3
  44.     Height = 13
  45.     Visible = False
  46.   end
  47.   object Button1: TButton
  48.     Left = 204
  49.     Top = 247
  50.     Width = 75
  51.     Height = 25
  52.     Caption = '< Back'
  53.     Enabled = False
  54.     TabOrder = 0
  55.     OnClick = Button1Click
  56.   end
  57.   object Button2: TButton
  58.     Left = 282
  59.     Top = 247
  60.     Width = 75
  61.     Height = 25
  62.     Caption = 'Next >'
  63.     TabOrder = 1
  64.     OnClick = Button2Click
  65.   end
  66.   object Button3: TButton
  67.     Left = 374
  68.     Top = 247
  69.     Width = 75
  70.     Height = 25
  71.     Caption = 'Cancel'
  72.     ModalResult = 2
  73.     TabOrder = 2
  74.     OnClick = Button3Click
  75.   end
  76.   object RichEdit1: TRichEdit
  77.     Left = 136
  78.     Top = 16
  79.     Width = 313
  80.     Height = 113
  81.     BorderStyle = bsNone
  82.     Color = clBtnFace
  83.     Ctl3D = False
  84.     Enabled = False
  85.     Lines.Strings = (
  86.       'Uninstall Manager will now check your windows system files. '
  87.       'After scanning, a list will be generated showing you which '
  88.       'system files (.dll , .drv , .vxd ...) have been changed.'
  89.       ''
  90.       
  91.         'Depending on the number of files in your system folder, this may' +
  92.         ' '
  93.       'take a few minutes.'
  94.       ''
  95.       'Press the '#39'Next'#39' button below to start overwrite checking.')
  96.     ParentCtl3D = False
  97.     TabOrder = 4
  98.   end
  99.   object Animate1: TAnimate
  100.     Left = 259
  101.     Top = 132
  102.     Width = 48
  103.     Height = 45
  104.     Active = False
  105.     CommonAVI = aviFindComputer
  106.     StopFrame = 8
  107.   end
  108.   object Panel1: TPanel
  109.     Left = 8
  110.     Top = 8
  111.     Width = 442
  112.     Height = 222
  113.     BevelOuter = bvNone
  114.     TabOrder = 3
  115.     Visible = False
  116.     object Label3: TLabel
  117.       Left = 175
  118.       Top = 207
  119.       Width = 91
  120.       Height = 13
  121.       Caption = '---  No changes  ----'
  122.       Visible = False
  123.     end
  124.     object ListView1: TListView
  125.       Left = 0
  126.       Top = 0
  127.       Width = 442
  128.       Height = 197
  129.       Hint = 
  130.         'Shows which system files (.dll , .drv , .vxd ...) have been chan' +
  131.         'ged.'
  132.       BiDiMode = bdLeftToRight
  133.       Columns = <
  134.         item
  135.           Caption = 'File name'
  136.           Width = 100
  137.         end
  138.         item
  139.           Alignment = taRightJustify
  140.           Caption = 'Size (current)'
  141.           Width = 74
  142.         end
  143.         item
  144.           Alignment = taRightJustify
  145.           Caption = 'Size (previous)'
  146.           Width = 81
  147.         end
  148.         item
  149.           Alignment = taRightJustify
  150.           Caption = 'Version (current)'
  151.           Width = 89
  152.         end
  153.         item
  154.           Caption = 'Description (current)'
  155.           Width = 250
  156.         end>
  157.       ColumnClick = False
  158.       GridLines = True
  159.       ReadOnly = True
  160.       RowSelect = True
  161.       ParentBiDiMode = False
  162.       TabOrder = 0
  163.       ViewStyle = vsReport
  164.     end
  165.   end
  166. end
  167.